PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFViewerPreferences Class / isDocumentTitleDisplayed Method
In This Topic
    isDocumentTitleDisplayed Method
    In This Topic
    Gets a value indicating whether the window's title bar should display the document title taken from the PDFDocumentInformation.getTitle.
    Syntax
    public boolean isDocumentTitleDisplayed()

    Return Value

    True of the window's title bar should display the document title taken from the PDFDocumentInformation.getTitle. False if the title bar should instead display the name of the PDF file containing the document.
    See Also